home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_05
/
9n05110c
< prev
next >
Wrap
Text File
|
1991-03-22
|
124b
|
8 lines
ln_seq::ln_seq(unsigned n)
{
first = last = new listnode;
first->number = n;
first->next = 0;
}